@font-face {
  font-family: 'verdana';
  src: url("fonts/verdana.eot");
  src: url("fonts/verdana.eot") format("embedded-opentype"), url("fonts/verdana.woff2") format("woff2"), url("fonts/verdana.woff") format("woff"), url("fonts/verdana.ttf") format("truetype"), url("fonts/verdana.svg#verdana") format("svg");
}
@font-face {
  font-family: 'lathab';
  src: url("fonts/lathab.eot");
  src: url("fonts/lathab.eot") format("embedded-opentype"), url("fonts/lathab.woff2") format("woff2"), url("fonts/lathab.woff") format("woff"), url("fonts/lathab.ttf") format("truetype"), url("fonts/lathab.svg#lathab") format("svg");
}
@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVAWEBFONT.eot");
  src: url("fonts/PROXIMANOVAWEBFONT.eot") format("embedded-opentype"), url("fonts/PROXIMANOVAWEBFONT.woff2") format("woff2"), url("fonts/PROXIMANOVAWEBFONT.woff") format("woff"), url("fonts/PROXIMANOVAWEBFONT.ttf") format("truetype"), url("fonts/PROXIMANOVAWEBFONT.svg#PROXIMANOVAWEBFONT") format("svg");
}
@font-face {
  font-family: 'gara';
  src: url("fonts/GARA_0.eot");
  src: url("fonts/GARA_0.eot") format("embedded-opentype"), url("fonts/GARA_0.woff2") format("woff2"), url("fonts/GARA_0.woff") format("woff"), url("fonts/GARA_0.ttf") format("truetype"), url("fonts/GARA_0.svg#GARA_0") format("svg");
}
@font-face {
  font-family: 'didot';
  src: url("fonts/DIDOTBOLD_0.eot");
  src: url("fonts/DIDOTBOLD_0.eot") format("embedded-opentype"), url("fonts/DIDOTBOLD_0.woff2") format("woff2"), url("fonts/DIDOTBOLD_0.woff") format("woff"), url("fonts/DIDOTBOLD_0.ttf") format("truetype"), url("fonts/DIDOTBOLD_0.svg#DIDOTBOLD_0") format("svg");
}
@font-face {
  font-family: 'times';
  src: url("fonts/times.eot");
  src: url("fonts/times.eot") format("embedded-opentype"), url("fonts/times.woff2") format("woff2"), url("fonts/times.woff") format("woff"), url("fonts/times.ttf") format("truetype"), url("fonts/times.svg#times") format("svg");
}
.times {
  font-family: "times";
}

.didot {
  font-family: "didot";
}

.lathab {
  font-family: "lathab";
}

.verdana {
  font-family: "verdana";
}

.proxima {
  font-family: "proxima";
  font-weight: bold;
}

.gara {
  font-family: "gara";
  font-weight: bold;
}

.fc1 {
  color: #000;
}

.fc0 {
  color: #000;
}

.fc01 {
  color: #010101;
}

.fc17 {
  color: #171717;
}

.fc27 {
  color: #272727;
}

.fc3 {
  color: #333;
}

.fc7 {
  color: #777;
}

.fc46 {
  color: #464646;
}

.fc59 {
  color: #595959;
}

.fc66 {
  color: #666;
}

.fcb4 {
  color: #b4b4b4;
}

.fc4f {
  color: #4f4f4f;
}

.fc5a {
  color: #5a5a5a;
}

.fcf {
  color: #fff;
}

.fc9 {
  color: #999;
}

.tc {
  text-align: center;
}

.dbl {
  display: block;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

body {
  min-width: 1200px;
}

.w1076 {
  width: 1076px;
  margin: 0 auto;
}

.w1116 {
  width: 1116px;
  margin: 0 auto;
}

.Arial {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

.Capitalize {
  text-transform: capitalize;
}

.Lowercase {
  text-transform: lowercase;
}

.nowrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opa6 {
  opacity: .6;
  filter: alpha(opacity=60);
}

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70);
}

.opa9 {
  opacity: .9;
  filter: alpha(opacity=90);
}

.bg {
  background: #fff;
}

.more1 {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 2px solid #a9946e;
  height: 30px;
  letter-spacing: 3px;
}

.pages {
  text-align: center;
}
.pages .pages1 {
  display: inline-block;
}
.pages .pages1 a {
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 15px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #a5a2a0;
  transition: all .3s linear;
}
.pages .pages1 a:hover {
  border-color: #c3a07d;
  color: #fff;
  background-color: #c3a07d;
}
.pages .pages1 .sheng {
  border: none;
}
.pages .pages1 .prev1,
.pages .pages1 .next1 {
  text-align: left;
}
.pages .pages1 .prev1 {
  border-left-width: 1px;
  background: url(../img/prev2.png) center no-repeat;
  background-size: 14px;
}
.pages .pages1 .prev1:hover {
  background: #c3a07d url(../img/prev2on.png) center no-repeat;
  background-size: 14px;
}
.pages .pages1 .next1 {
  background: url(../img/next2.png) center no-repeat;
  border-right-width: 1px;
  background-size: 14px;
}
.pages .pages1 .next1:hover {
  background: #c3a07d url(../img/next2on.png) center no-repeat;
  background-size: 14px;
}

.header {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  overflow: visible;
  opacity: 0;
  transform: translate(0, -104px);
  transition: all .8s ease-in-out;
}
.header.in {
  opacity: 1;
  transform: translate(0, 0);
}
.header a, .header li, .header ul, .header div {
  box-sizing: border-box;
}
.header .h-list {
  width: 468px;
  font-size: 15px;
  padding-top: 58px;
}
.header .h-logo {
  display: inline-block;
  width: 180px;
  height: 104px;
  background: url(../img/h-logo.png) no-repeat center center;
}
.header .h-li {
  padding: 0 23px;
  line-height: 15px;
  height: 15px;
  text-align: center;
}
.header .h-li .h-nav {
  display: inline-block;
  padding-bottom: 12px;
  transition: all .5s linear;
}
.header .h-li .h-nav.cur, .header .h-li .h-nav:hover {
  color: #c3a07d;
}
.header .h-li .line {
  display: block;
  height: 1px;
  width: 0;
  background: #c3a07d;
  transition: all .5s ease-in-out;
}
.header .h-li:last-child {
  border-right: none;
}
.header .h-li.cur .h-nav, .header .h-li:hover .h-nav {
  color: #c3a07d;
}
.header .h-li.cur .line1, .header .h-li:hover .line1 {
  width: 100%;
}
.header .h-sub {
  position: absolute;
  z-index: 4;
  top: 104px;
  left: 0;
  width: 100%;
  height: 66px;
  padding: 20px 0;
  line-height: 26px;
  display: inline-block;
  display: none;
  background: #fff;
}
.header .h-hub-a {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #c9c9c9;
  transition: all .5s linear;
}
.header .h-hub-a:last-child {
  border-right: none;
}
.header .h-hub-a:hover {
  color: #c3a07d;
}
.header .h-hub-a:hover .line2 {
  width: 100%;
}
.header:hover {
  background: #fff;
}
.header .w-header {
  position: relative;
}
.header .lan-and-search {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 48px;
  height: 22px;
}
.header .lan-and-search .line2 {
  position: relative;
  display: inline-block;
  background: #c9c9c9;
  width: 1px;
  height: 10px;
  margin: 0 18px;
  top: 8px;
}
.header .language {
  color: #333;
  font-size: 13px;
}
.header .w-search .serach-input {
  display: none;
  width: 0;
  height: 22px;
  line-height: 22px;
  background: no-repeat;
  border: 1px solid #ddd;
  text-indent: 10px;
  font-size: 14px;
  opacity: 0;
  color: #666;
  transition: all .4s linear;
}
.header .w-search .serach-input.in {
  opacity: 1;
  display: inline-block;
  width: 180px;
}
.header .w-search .ser-span {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../img/ser.png) center 74% no-repeat;
}
.header .w-search .ser-btn {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: no-repeat;
  display: none;
}

.footer a, .footer li, .footer ul, .footer div {
  box-sizing: border-box;
}
.footer .fo-ms-wrap {
  background: #f5f5f5;
  padding: 36px 0 40px;
}
.footer .dl {
  width: 596px;
  padding: 0 86px 12px 24px;
  opacity: 0;
  transition: all .8s ease-in-out;
}
.footer .dl.in {
  opacity: 1;
}
.footer .dl .fo-cap {
  font-size: 16px;
  line-height: 12px;
  background: url(../img/png1.png) no-repeat left center;
  padding-left: 24px;
}
.footer .dl .fo-rotate {
  padding: 20px 0;
}
.footer .dl .fo-rotate-a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #888;
  transition: all .3s linear;
  font-weight: bold;
}
.footer .dl .fo-rotate-a:hover {
  color: #c3a07d;
}
.footer .dl .hd-ul {
  position: relative;
  top: 20px;
  font-size: 0;
}
.footer .dl .hd-ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #888;
  border-radius: 50%;
}
.footer .dl .hd-ul li.on {
  background: #888;
}
.footer .dm {
  padding-top: 5px;
  width: 216px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  opacity: 0;
  transition: all .8s ease-in-out .25s;
}
.footer .dm.in {
  opacity: 1;
}
.footer .dm .p {
  color: #888;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}
.footer .ewm-img {
  display: block;
  width: 94px;
  margin: 0 auto;
}
.footer .dr {
  padding-left: 48px;
  width: 304px;
  opacity: 0;
  transition: all .8s ease-in-out .5s;
}
.footer .dr.in {
  opacity: 1;
}
.footer .dr .w-p {
  color: #888;
  font-size: 13px;
  line-height: 30px;
  padding-bottom: 24px;
}
.footer .fo-shares-wrap {
  padding-top: 6px;
  width: 150px;
  height: 44px;
  background: url(../img/shares.jpg) no-repeat center center;
}
.footer .jiathis_style_32x32 .jtico {
  margin: 0 7px;
  background: none;
}
.footer .fo-bot {
  padding: 0 24px;
  font-size: 13px;
  line-height: 40px;
  display: none;
}

.wel a, .wel li, .wel ul, .wel span, .wel div {
  box-sizing: border-box;
}
.wel .i-ban {
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 909px;
  transform: translate(0, 60px);
  transition: all .8s ease-in-out;
}
.wel .i-ban .i-ban-a {
  padding-top: 276px;
  display: block;
  height: 909px;
  background-size: cover !important;
}
.wel .i-ban.in {
  opacity: 1;
  transform: translate(0, 0);
}
.wel .i-ban .cap {
  font-size: 95px;
  line-height: 108px;
}
.wel .i-ban .line1 {
  display: block;
  width: 203px;
  height: 5px;
  background: #000;
  margin: 25px 0;
}
.wel .i-ban .p {
  /*font-weight: bold;*/
  font-size: 14px;
  line-height: 22px;
  color: #000;
  width: 425px;
}
@media (max-width: 1500px) {
  .wel .i-ban {
    height: 720px;
  }
  .wel .i-ban .i-ban-a {
    padding-top: 176px;
    display: block;
    height: 720px;
    background-size: cover !important;
  }
  .wel .i-ban .i-ban-con {
    width: 900px;
  }
  .wel .i-ban .cap {
    font-size: 65px;
    line-height: 88px;
  }
  .wel .i-ban .line1 {
    height: 2px;
  }
}
.wel .i-ban-ul .blind {
  display: block;
}
.wel .i-ban-cover {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 60px;
  margin-left: -550px;
  padding: 0 22px;
  height: 180px;
  width: 1116px;
}
.wel .items {
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(0, 160px);
}
.wel .items.in {
  opacity: 1;
  transform: translate(0, 0);
}
.wel .items1 {
  transition: all .8s ease-in-out .4s;
}
.wel .items2 {
  margin: 0 14px;
  transition: all .8s ease-in-out .5s;
}
.wel .items3 {
  transition: all .8s ease-in-out .6s;
}
.wel .i-cover-a {
  display: block;
  width: 348px;
  height: 180px;
  padding-top: 58px;
  transition: all .3s ease-in-out;
}
.wel .i-cover-a:hover {
  margin-top: -10px;
}
.wel .i-cover-a .p {
  margin-left: 34px;
  text-align: center;
  width: 108px;
  line-height: 32px;
  font-size: 30px;
  color: #fff;
  transition: all .5s ease-in-out;
}
.wel .p3 {
  line-height: 64px;
}
.wel .btn {
  position: absolute;
  display: inline-block;
  z-index: 3;
  top: 50%;
  margin-top: -23px;
  width: 42px;
  height: 46px;
  cursor: pointer;
  opacity: 0;
  transition: all .5s ease-in-out 2s;
}
.wel .btn.in {
  opacity: 1;
}
.wel .prev_button {
  left: 50px;
  background: url(../img/prev1.png) no-repeat center center;
  transition: all .3s linear;
}
.wel .prev_button:hover {
  background: url(../img/prev1on.png) no-repeat center center;
}
.wel .next_button {
  right: 50px;
  background: url(../img/next1.png) no-repeat center center;
  transition: all .3s linear;
}
.wel .next_button:hover {
  background: url(../img/next1on.png) no-repeat center center;
}

.about a, .about li, .about ul, .about span, .about div {
  box-sizing: border-box;
}
.about .more1 {
  cursor: pointer;
}
.about .n-ban {
  overflow: hidden;
  margin-top: 104px;
  background-repeat: no-repeat;
  background-position: center 0;
  opacity: 0;
  padding-top: 156px;
  transform: translate(0, 200px);
  transition: opacity,transform .8s ease-in-out;
}
.about .n-ban.in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-ban .w1116 {
  height: 548px;
  text-align: right;
  padding: 139px 16px 0;
}
.about .n-ban .txts {
  width: 462px;
  text-align: left;
}
.about .n-ban .cap {
  font-size: 55px;
  line-height: 60px;
}
.about .n-ban .line1 {
  display: block;
  width: 150px;
  height: 1px;
  background: #979595;
  margin: 25px 0;
}
.about .n-ban .p {
  font-size: 14px;
  line-height: 22px;
  padding-right: 20px;
}
@media (max-width: 1500px) {
  .about .n-ban .i-ban-con {
    width: 900px;
  }
  .about .n-ban .cap {
    font-size: 35px;
    line-height: 48px;
  }
  .about .n-ban .line1 {
    height: 2px;
  }
}
.about .n-listb {
  background: url(../img/png2.png) no-repeat center center;
}
.about .n-listb .s1 {
  font-size: 14px;
}
.about .n-listb .n-items1 {
  margin-bottom: 54px;
}
.about .n-listb .n-items1 .line1 {
  transition: all .8s ease-in-out .8s;
}
.about .n-listb .n-items1 .cap {
  transition: all .8s ease-in-out 1.4s;
}
.about .n-listb .n-items1 .w-dt {
  transition: all .8s ease-in-out 1.6s;
}
.about .n-listb .n-items1 .more1 {
  transition: all .8s ease-in-out 1.8s;
}
.about .n-listb .n-items1 .n-w-img {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .8s ease-in-out 1.2s;
}
.about .n-listb .n-items1 .in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-listb .n-items2 {
  margin-bottom: 115px;
}
.about .n-listb .n-items2 .line1 {
  transition: all .8s ease-in-out .2s;
}
.about .n-listb .n-items2 .cap {
  transition: all .8s ease-in-out .4s;
}
.about .n-listb .n-items2 .w-dt {
  transition: all .8s ease-in-out .6s;
}
.about .n-listb .n-items2 .more1 {
  transition: all .8s ease-in-out .8s;
}
.about .n-listb .n-items2 .n-w-img {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .6s ease-in-out;
}
.about .n-listb .n-items2 .in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-listb .line1 {
  display: block;
  width: 92px;
  height: 1px;
  background: #171717;
  opacity: 0;
  transform: translate(0, 60px);
}
.about .n-listb .cap {
  font-size: 48px;
  font-weight: bold;
  line-height: 32px;
  margin: 35px 0 28px;
  opacity: 0;
  transform: translate(0, 60px);
}
.about .n-listb .dt {
  font-size: 14px;
  line-height: 24px;
}
.about .n-listb .w-dt {
  opacity: 0;
  transform: translate(0, 60px);
}
.about .n-listb .n-img {
  display: block;
}
.about .n-listb .txtsl {
  width: 510px;
  padding: 80px 24px 0 17px;
}
.about .n-listb .n-w-imgr {
  position: relative;
  top: -50px;
  width: 586px;
  padding: 15px;
  overflow: hidden;
}
.about .n-listb .w-img2 {
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about .n-listb .w-img2:hover img.dbl {
  transform: scale(1.1);
}
.about .n-listb .n-imgr {
  width: 556px;
  transform: scale(1);
  transition: all .3s linear;
}
.about .n-listb .txtsr {
  width: 510px;
  padding: 40px 24px 0 10px;
}
.about .n-listb .n-w-imgl {
  width: 530px;
  padding: 15px;
}
.about .n-listb .n-imgl {
  width: 556px;
}
.about .n-listb .more1 {
  border-bottom: 2px solid #c3a07d;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .3s linear;
}
.about .n-listb .more1 .s1, .about .n-listb .more1 .s2 {
  transition: all .3s linear;
}
.about .n-listb .more1:hover .s2 {
  width: 100%;
  margin: none;
  animation: none;
}
.about .n-listb .s2 {
  display: block;
  background: #000;
  height: 2px;
  width: 0;
}
.about .n-listc {
  opacity: 0;
  transform: translate(0, 100px);
}
.about .n-listc.in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-listc .n-items {
  text-align: center;
}
.about .n-listc .n-items1 {
  width: 338px;
}
.about .n-listc .n-items2 {
  width: 408px;
}
.about .n-listc .n-items3 {
  width: 368px;
}
.about .n-listc .lines1 {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #b2b2b2;
  vertical-align: middle;
}
.about .n-listc .counter {
  font-size: 54px;
  font-weight: 100;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: bold;
}
.about .n-listc .p {
  font-size: 20px;
  line-height: 16px;
}
.about .w-n-listd {
  opacity: 0;
  transform: translate(0, 150px);
  transition: all .8s ease-in-out;
}
.about .w-n-listd.in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-listd {
  overflow: hidden;
  padding-top: 217px;
  height: 516px;
  margin: 136px auto 114px;
  background-repeat: no-repeat;
  background-position: center -180px;
  background-size: cover;
}
.about .n-listd .n-listd-img {
  display: block;
  margin: 0 auto;
}
.about .n-listf .n-items {
  margin-bottom: 83px;
}
.about .n-listf .line1 {
  display: block;
  width: 92px;
  height: 1px;
  background: #171717;
  margin: 16px 0 36px;
}
.about .n-listf .cap {
  font-size: 48px;
  font-weight: bold;
  line-height: 32px;
}
.about .n-listf .dt {
  font-size: 14px;
  line-height: 24px;
}
.about .n-listf .n-img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about .n-listf .txtsr {
  position: relative;
  z-index: 2;
  left: -80px;
  width: 430px;
  padding: 60px 24px 0 10px;
  opacity: 0;
  transform: translate(0, 60px);
  transition: all .6s ease-in-out .4s;
}
.about .n-listf .txtsr.in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-listf .w-listf-img {
  width: 653px;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .6s ease-in-out;
}
.about .n-listf .w-listf-img.in {
  opacity: 1;
  transform: translate(0, 0);
}
.about .n-listf .w-listf-img:hover .listf-img {
  transform: scale(1.1);
}
.about .n-listf .listf-img {
  display: inline-block;
  transform: scale(1);
  transition: all .3s linear;
}
.about .n-listf .more1 {
  border-bottom: none;
  border-bottom: 2px solid #c3a07d;
  transition: all .3s linear;
  cursor: pointer;
}
.about .n-listf .more1 .s1, .about .n-listf .more1 .s2 {
  transition: all .3s linear;
}
.about .n-listf .more1:hover .s2 {
  width: 100%;
}
.about .n-listf .s2 {
  display: block;
  background: #000;
  margin-top: 4px;
  height: 2px;
  width: 0;
}

.pro {
  padding-top: 104px;
  background-size: cover;
  background-repeat: no-repeat;
}
.pro a, .pro li, .pro ul, .pro span, .pro div {
  box-sizing: border-box;
}
.pro .n-lista {
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .8s linear;
}
.pro .n-lista.in {
  opacity: 1;
  transform: translate(0, 0);
}
.pro .n-lista .covers1 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  transition: all .6s linear;
}
.pro .n-lista .covers1-con {
  position: absolute;
  top: 50%;
  margin-top: -109px;
  width: 100%;
  height: 218px;
}
.pro .n-lista .p {
  font-size: 30px;
  line-height: 30px;
  margin-top: 46px;
  transition: all .6s linear;
}
.pro .n-lista .ico {
  width: 124px;
  height: 142px;
  transition: all .6s linear;
}
/*.pro .n-lista .ico1 {
  background: url(../img/ico1.png) no-repeat center;
}
.pro .n-lista .ico2 {
  background: url(../img/ico2.png) no-repeat center;
}
.pro .n-lista .ico3 {
  background: url(../img/ico3.png) no-repeat center;
}
.pro .n-lista .ico4 {
  background: url(../img/ico4.png) no-repeat center;
}*/
.pro .n-lista .pro-img {
  transform: scale(1);
  transition: all .6s linear;
}
.pro .n-lista .n-li {
  position: relative;
  width: 25%;
  border-right: 1px solid #c9c9c9;
}
.pro .n-lista .n-li:hover .covers1 {
  background: none;
}
.pro .n-lista .n-li:hover .p {
  color: #fff;
}
.pro .n-lista .n-li:hover .pro-img {
  transform: scale(1.05);
}
.pro .ico2{
  display: none;
}
.pro .n-lista .n-li:hover .ico1 {
  /*background: url(../img/ico1on.png) no-repeat center;*/
}
.pro .n-lista .n-li:hover .ico2 {
  /*background: url(../img/ico2on.png) no-repeat center;*/
}
.pro .n-lista .n-li:hover .ico3 {
  /*background: url(../img/ico3on.png) no-repeat center;*/
}
.pro .n-lista .n-li:hover .ico4 {
  /*background: url(../img/ico4on.png) no-repeat center;*/
}

.pro-list {
  padding-top: 104px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.pro-list a, .pro-list li, .pro-list ul, .pro-list span, .pro-list div {
  box-sizing: border-box;
}
.pro-list .n-lista .n-cap {
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  padding: 70px 0 42px;
  font-weight: 100;
  font-weight: 100;
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 1s ease-in-out;
}
.pro-list .n-lista .n-cap.in {
  opacity: 1;
  transform: translate(0, 0);
}
.pro-list .n-lista .n-ul {
  padding: 0 2%;
}
.pro-list .n-lista .n-li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 22px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding: 4px;
  background: #fff;
  transform: translate(0, 150px);
  transform: scale(0.9);
}
.pro-list .n-lista .n-li.in {
  opacity: 1;
  transform: scale(1);
  transform: translate(0, 0);
}
.pro-list .n-lista .n-li:first-child {
  transition: all .8s ease-in-out;
}
.pro-list .n-lista .n-li:nth-child(2) {
  transition: all .8s ease-in-out .2s;
}
.pro-list .n-lista .n-li:nth-child(3) {
  transition: all .8s ease-in-out .4s;
}
.pro-list .n-lista .n-li:nth-child(4) {
  transition: all .8s ease-in-out .6s;
}
.pro-list .n-lista .n-li:nth-child(5) {
  transition: all .8s ease-in-out .8s;
}
.pro-list .n-lista .n-li:nth-child(6) {
  transition: all .8s ease-in-out 1s;
}
.pro-list .n-lista .n-li:nth-child(7) {
  transition: all .8s ease-in-out 1.2s;
}
.pro-list .n-lista .n-li:last-child {
  transition: all .8s ease-in-out 1.4s;
}
.pro-list .n-lista .n-li:hover .ico {
  background-size: 100%;
}
.pro-list .n-lista .n-li:hover .arrive-img {
  transform: scale(1);
}
.pro-list .n-lista .n-li:hover .p {
  font-size: 16px;
}
.pro-list .n-lista .n-a {
  display: block;
  overflow: hidden;
}
.pro-list .n-lista .n-a:hover .pro-img {
  transform: scale(1.1);
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
.pro-list .n-lista .n-a .pro-img {
  display: block;
  width: 100%;
  transform: scale(1.01);
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
.pro-list .pages {
  padding: 20px 0 50px;
  opacity: 0;
  transform: translate(0, 150px);
  transition: all 1s ease-in-out;
}
.pro-list .pages.in {
  opacity: 1;
  font-size: 68px;
  transform: translate(0, 0);
}

.pro-info {
  padding-top: 176px;
  background: #f1f1f1;
}
.pro-info a, .pro-info li, .pro-info ul, .pro-info span, .pro-info div {
  box-sizing: border-box;
}
.pro-info .n-lista {
  padding: 0 75px 70px 16px;
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .8s ease-in-out;
}
.pro-info .n-lista.in {
  opacity: 1;
  transform: translate(0, 0);
}
.pro-info .n-lista .txts {
  width: 352px;
  margin-top: 290px;
}
.pro-info .n-lista .pro-cap {
  font-size: 24px;
  line-height: 40px;
}
.pro-info .n-lista .w-price {
  font-size: 20px;
  line-height: 30px;
}
.pro-info .n-lista .stxt {
  background: #000;
}
.pro-info .n-lista .sbg {
  background: #c3a07d;
}
.pro-info .n-lista .sbg, .pro-info .n-lista .stxt {
  position: relative;
  top: -40px;
  height: 40px;
  transition: all .4s ease-in-out;
}
.pro-info .n-lista .pro-buy {
  position: relative;
  width: 124px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  top: 30px;
  overflow: hidden;
}
.pro-info .n-lista .pro-buy:hover {
  color: #fff;
}
.pro-info .n-lista .pro-buy:hover .dbl {
  top: 0px;
}
.pro-info .n-lista .n-img-wrap {
  width: 670px;
}
.pro-info .n-lista .imgbox {
  width: 545px;
}
.pro-info .n-lista .w-img2 {
  width: 100px;
  margin-top: 248px;
}
.pro-info .n-lista .small-img {
  margin-bottom: 10px;
  cursor: pointer;
}

.store {
  padding-top: 154px;
  padding-bottom: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.store a, .store li, .store ul, .store span, .store div {
  box-sizing: border-box;
}
.store .n-lista {
  background: #fff;
  padding: 50px;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.store .n-lista.in {
  opacity: 1;
}
.store .n-lista .dl {
  width: 630px;
  opacity: 0;
  transition: all .8s ease-in-out .2s;
}
.store .n-lista .dl.in {
  opacity: 1;
}
.store .n-lista .dr {
  position: relative;
  width: 332px;
  height: 584px;
  padding-bottom: 77px;
  border: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
  transition: all .8s ease-in-out .2s;
}
.store .n-lista .dr.in {
  opacity: 1;
}
.store .n-cap {
  height: 92px;
  font-size: 28px;
  line-height: 92px;
  background: #000;
  padding-left: 27px;
  opacity: 0;
  transform: translate(0, 150px);
  transition: all .9s ease-in-out .5s;
}
.store .n-cap.in {
  opacity: 1;
  transform: translate(0, 0);
}
.store .w-items {
  padding-left: 27px;
  background-color: #fff;
  transition: all .3s linear;
}
.store .w-items:hover {
  background-color: #fafafa;
}
.store .items {
  padding: 17px 0 17px 27px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  opacity: 0;
  background: url(../img/ico5.png) no-repeat left 36px;
  transform: translate(0, 150px);
}
.store .items.in {
  opacity: 1;
  transform: translate(0, 0);
}
.store .items:first-child {
  transition: all .9s ease-in-out .7s;
}
.store .items:nth-child(2) {
  transition: all .9s ease-in-out .9s;
}
.store .items:last-child {
  transition: all .9s ease-in-out 1.1s;
}
.store .store-pages {
  padding-left: 22px;
  margin-top: 135px;
  opacity: 0;
  transform: translate(0, 150px);
  transition: all .9s ease-in-out 1.3s;
}
.store .store-pages.in {
  opacity: 1;
  transform: translate(0, 0);
}
.store .store-pages .pages1 {
  display: inline-block;
}
.store .store-pages .pages1 a {
  color: #5a5a5a;
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  font-size: 13px;
  font-family: "Arial";
  transition: all .3s linear;
}
.store .store-pages .pages1 a:hover {
  color: #c3a07d;
}

.contact {
  padding-top: 154px;
  padding-bottom: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contact a, .contact li, .contact ul, .contact span, .contact div {
  box-sizing: border-box;
}
.contact .n-lista {
  background: #fff;
  padding: 50px;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.contact .n-lista.in {
  opacity: 1;
}
.contact .n-lista .dl {
  width: 630px;
  height: 585px;
  opacity: 0;
  transition: all .8s ease-in-out .2s;
}
.contact .n-lista .dl.in {
  opacity: 1;
}
.contact .n-lista .dr {
  position: relative;
  width: 332px;
  height: 100%;
  padding-bottom: 77px;
  border: 1px solid #ddd;
  opacity: 0;
  overflow: hidden;
  transition: all .8s ease-in-out .2s;
}
.contact .n-lista .dr.in {
  opacity: 1;
}
.contact .n-cap {
  height: 92px;
  font-size: 24px;
  line-height: 92px;
  background: #000;
  padding-left: 57px;
  background: url(../img/img14.jpg) no-repeat left center;
  opacity: 0;
  transform: translate(0, 150px);
  transition: all .9s ease-in-out .5s;
}
.contact .n-cap.in {
  opacity: 1;
  transform: translate(0, 0);
}
.contact .w-items {
  background-color: #fff;
  transition: all .3s linear;
}
.contact .w-items:hover {
  background-color: #fafafa;
}
.contact .items {
  padding: 30px 48px 34px 60px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  cursor: pointer;
  transform: translate(0, 60px);
}
.contact .items.in {
  opacity: 1;
  transform: translate(0, 0);
}
.contact .items1 {
  padding-left: 68px;
  background-image: url(../img/ico6.png);
  background-repeat: no-repeat;
  /*background-position: 30px center;*/
  transition: all .9s ease-in-out .7s;
}
.contact .items2 {
  background-image: url(../img/ico7.png);
  background-repeat: no-repeat;
  /*background-position: 30px center;*/
  transition: all .9s ease-in-out .9s;
}
.contact .items3 {
  background-image: url(../img/ico8.png);
  background-repeat: no-repeat;
  transition: all .9s ease-in-out 1.1s;
}
.contact .items{
  background-position: 30px 32px;
  background-size: 18px 20px !important;
}
.contact .stxt {
  background: #333;
}
.contact .sbg {
  background: #c3a07d;
}
.contact .sbg, .contact .stxt {
  position: relative;
  top: -60px;
  height: 60px;
  transition: all .4s ease-in-out;
}
.contact .view-store {
  position: relative;
  margin-top: 66px;
  width: 260px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  background: #333;
  overflow: hidden;
  transition: all .9s ease-in-out 1.3s;
  opacity: 0;
  transform: translate(0, 100px);
}
.contact .view-store.in {
  opacity: 1;
  transform: translate(0, 0);
}
.contact .view-store:hover {
  color: #fff;
  transition: color .3s ease-in-out;
}
.contact .view-store:hover .dbl {
  top: 0px;
}

.news {
  padding-top: 182px;
  padding-bottom: 86px;
  background: #eaeaea;
}
.news a, .news li, .news ul, .news span, .news div {
  box-sizing: border-box;
}
.news .n-lista {
  position: relative;
  margin-bottom: 90px;
}
.news .n-lista .dl {
  width: 720px;
  position: relative;
  opacity: 0;
  z-index: 2;
  transform: translate(0, 200px);
  transition: all .8s ease-in-out;
}
.news .n-lista .dl.in {
  opacity: 1;
  transform: translate(0, 0);
}
.news .n-lista .news-li {
  width: 1116px;
  position: relative;
  padding-bottom: 60px;
}
.news .n-lista .hd-ul {
  position: absolute;
  z-index: 3;
  bottom: 70px;
  right: 408px;
}
.news .n-lista .hd-ul li {
  float: left;
  width: 18px;
  height: 18px;
  line-height: 14px;
  border: 2px solid #000;
  margin-left: 3px;
  cursor: pointer;
  transition: all .3s linear;
}
.news .n-lista .hd-ul li.on {
  border-color: #fff;
  color: #fff;
}
.news .n-lista .dr {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  text-align: right;
}
.news .n-lista .dr .cap1 {
  font-family: "didot";
  font-weight: 100;
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .9s ease-in-out .3s;
  letter-spacing: 3px;
  font-size: 72px;
  line-height: 52px;
}
.news .n-lista .dr .cap2 {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .9s ease-in-out .6s;
  width: 278px;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
}
.news .n-lista .dr .txts {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .9s ease-in-out;
  width: 710px;
  height: 442px;
  margin-right: 18px;
  padding: 64px 26px 0 380px;
  border: 6px solid #000;
}
.news .n-lista .dr .news-more {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .9s ease-in-out 1.2s;
  text-align: left;
  bottom: 84px;
  right: 26px;
}
.news .n-lista .dr .w-dt {
  width: 242px;
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .9s ease-in-out .9s;
}
.news .n-lista .dr .in {
  opacity: 1;
  transform: translate(0, 0);
}
.news .n-listb .news-more {
  left: 58px;
  opacity: 0;
  transform: translate(0, 60px);
  transition: all .8s ease-in-out .9s;
}
.news .n-listb .n-items1 {
  margin-bottom: 54px;
}
.news .n-listb .news-a {
  display: block;
  margin-bottom: 88px;
}
.news .n-listb .line1 {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #000;
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 1s ease-in-out;
}
.news .n-listb .line1.in {
  width: 332px;
}
.news .n-listb .cap {
  font-size: 20px;
  line-height: 28px;
  margin: 13px 0 17px;
  opacity: 0;
  transform: translate(0, 60px);
  transition: all .8s ease-in-out .3s;
  font-weight: bold;
}
.news .n-listb .dt {
  font-size: 12px;
  line-height: 24px;
}
.news .n-listb .w-dt {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all .8s ease-in-out .6s;
}
.news .n-listb .n-w-img {
  position: relative;
  width: 464px;
  overflow: hidden;
}
.news .n-listb .n-w-img:hover .n-img {
  transform: scale(1.2);
}
.news .n-listb .dates {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #000;
  padding-top: 12px;
}
.news .n-listb .day {
  font-size: 30px;
  line-height: 17px;
}
.news .n-listb .y-month {
  font-size: 12px;
  line-height: 8px;
}
.news .n-listb .n-img {
  transition: all .3s linear;
}
.news .n-listb .txts {
  position: relative;
  width: 634px;
  height: 100%;
  height: 330px;
  padding: 40px 238px 0 58px;
}
.news .n-listb .n-w-img {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all .8s ease-in-out;
}
.news .n-listb .in {
  opacity: 1;
  transform: translate(0, 0);
}
.news .news-more {
  position: absolute;
  bottom: 63px;
  width: 110px;
  height: 26px;
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  text-indent: 16px;
  cursor: pointer;
  *background: #000 url(../img/png4.png) 82px center no-repeat;
  background: #000 url(../img/png4.png) 82px center no-repeat;
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .8s ease-in-out 1.2s;
  transition: background .3s linear;
}
.news .news-more .in {
  opacity: 1;
  transform: translate(0, 0);
}
.news .news-more:hover {
  animation: bgMoveOn 2s infinite;
  background: #c3a07d url(../img/png4.png) 82px center no-repeat;
}
@keyframes bgMoveOn {
  0% {
    background: #c3a07d url(../img/png4.png) 62px center no-repeat;
  }
  100% {
    background: #c3a07d url(../img/png4.png) 82px center no-repeat;
  }
}
.news .stxt {
  background: #2b2c30;
}
.news .sbg {
  background: #c3a07d;
}
.news .sbg, .news .stxt {
  position: relative;
  top: -32px;
  height: 32px;
  transition: all .4s ease-in-out;
}
.news .view-more {
  position: relative;
  width: 166px;
  height: 32px;
  font-size: 12px;
  background: #333;
  line-height: 32px;
  text-align: center;
  margin: 92px auto 0;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s linear;
}
.news .view-more:hover {
  color: #fff;
}
.news .view-more:hover .sbg, .news .view-more:hover .stxt {
  top: 0px;
}

.news-info {
  padding-top: 210px;
  background: #eaeaea;
}
.news-info a, .news-info li, .news-info ul, .news-info span, .news-info div {
  box-sizing: border-box;
}
.news-info .news-cap {
  font-size: 24px;
}
.news-info .info-con {
  padding: 0 62px;
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .8s ease-in-out;
}
.news-info .info-con.in {
  opacity: 1;
  transform: translate(0, 0);
}
.news-info .dates {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 36px;
}
.news-info .mains1 {
  padding-bottom: 32px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.news-info .mains1 img {
  display: block;
  max-width: 100%;
  margin: 60px auto 40px;
}
.news-info .w-reader {
  text-align: right;
  margin-top: 80px;
}
.news-info .w-reader span {
  display: inline-block;
}
.news-info .w-reader .s1 {
  background: url(../img/png5.png) no-repeat left center;
  padding-left: 20px;
  margin-right: 10px;
}
.news-info .news-info-a {
  display: inline-block;
  margin-left: 8px;
  transition: all .3s linear;
}
.news-info .news-info-a:hover {
  color: #c3a07d;
}
.news-info .dt {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news-info .news-bot {
  padding: 34px 0 50px;
}
.news-info .news-bot .fl {
  font-size: 14px;
  line-height: 30px;
}
.news-info .news-bot .fl a{
  color: #999;
  transition: all .3s linear;
}
.news-info .news-bot .fl a:hover{
  color: #c3a07d;
}
.news-info .news-bot .fr {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/png6.png) no-repeat left center;
  line-height: 60px;
  font-size: 14px;
  transition: all .3s linear;
}
.news-info .news-bot .fr:hover {
  color: #c3a07d;
  background: url(../img/png6on.png) no-repeat left center;
}

.design {
  padding-top: 104px;
}
.design .design-img {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all .8s linear;
}
.design .design-img.in {
  opacity: 1;
  transform: translate(0, 0);
}

.arrive {
  padding-top: 104px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.arrive a, .arrive li, .arrive ul, .arrive span, .arrive div {
  box-sizing: border-box;
}
.arrive .n-lista .n-cap {
  font-size: 68px;
  line-height: 40px;
  text-align: center;
  font-weight: 100;
  padding: 90px 0 60px;
  color: #423838;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -80px);
  transition: all .8s ease-in-out;
}
.arrive .n-lista .n-cap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 68px;
  transform: translate(0, 0);
}
.arrive .n-lista .n-ul {
  padding: 0 1.5%;
}
.arrive .n-lista .n-a {
  position: relative;
  overflow: hidden;
}
.arrive .n-lista .arrive-img {
  transform: scale(1.1);
  transition: all .5s linear;
}
.arrive .n-lista .cover1 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 156px;
  background-size: cover;
  display: none;
  background: url(../img/cover.png);
}
.arrive .n-lista .ico {
  width: 66px;
  height: 66px;
  background: url(../img/ten.png) no-repeat center;
  background-size: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s linear;
}
.arrive .n-lista .p {
  margin-top: 28px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  opacity: 0;
  font-family: "times";
  filter: alpha(opacity=0);
  transition: all .3s linear;
}
.arrive .n-lista .n-li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate(0, 250px);
  transform: scale(0.9);
}
.arrive .n-lista .n-li.in {
  opacity: 1;
  transform: scale(1);
  transform: translate(0, 0);
}
.arrive .n-lista .n-li:first-child {
  transition: all .8s ease-in-out;
}
.arrive .n-lista .n-li:nth-child(2) {
  transition: all .8s ease-in-out .2s;
}
.arrive .n-lista .n-li:nth-child(3) {
  transition: all .8s ease-in-out .4s;
}
.arrive .n-lista .n-li:nth-child(4) {
  transition: all .8s ease-in-out .6s;
}
.arrive .n-lista .n-li:nth-child(5) {
  transition: all .8s ease-in-out .8s;
}
.arrive .n-lista .n-li:last-child {
  transition: all .8s ease-in-out 1s;
}
.arrive .n-lista .n-li:hover .ico {
  background-size: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.arrive .n-lista .n-li:hover .arrive-img {
  transform: scale(1);
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.arrive .n-lista .n-li:hover .p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.arrive .pages {
  padding: 48px 0 82px;
  opacity: 0;
  transform: translate(0, 150px);
  transition: all 1s ease-in-out;
}
.arrive .pages.in {
  opacity: 1;
  font-size: 50px;
  transform: translate(0, 0);
}

/*# sourceMappingURL=style.css.map */